home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / .registry / xml_parser.reg < prev    next >
Text File  |  2004-10-01  |  11KB  |  95 lines

  1. a:14:{s:8:"provides";a:0:{}s:8:"filelist";a:18:{s:28:"examples\xml_parser_file.php";a:3:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:75:"C:\xarelease149\xampp\php\pear\docs\XML_Parser\examples\xml_parser_file.php";}s:28:"examples\xml_parser_file.xml";a:3:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:75:"C:\xarelease149\xampp\php\pear\docs\XML_Parser\examples\xml_parser_file.xml";}s:31:"examples\xml_parser_handler.php";a:3:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:78:"C:\xarelease149\xampp\php\pear\docs\XML_Parser\examples\xml_parser_handler.php";}s:31:"examples\xml_parser_simple1.php";a:3:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:78:"C:\xarelease149\xampp\php\pear\docs\XML_Parser\examples\xml_parser_simple1.php";}s:31:"examples\xml_parser_simple1.xml";a:3:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:78:"C:\xarelease149\xampp\php\pear\docs\XML_Parser\examples\xml_parser_simple1.xml";}s:31:"examples\xml_parser_simple2.php";a:3:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:78:"C:\xarelease149\xampp\php\pear\docs\XML_Parser\examples\xml_parser_simple2.php";}s:31:"examples\xml_parser_simple2.xml";a:3:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:78:"C:\xarelease149\xampp\php\pear\docs\XML_Parser\examples\xml_parser_simple2.xml";}s:38:"examples\xml_parser_simple_handler.php";a:3:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:85:"C:\xarelease149\xampp\php\pear\docs\XML_Parser\examples\xml_parser_simple_handler.php";}s:17:"Parser\Simple.php";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:52:"C:\xarelease149\xampp\php\pear\XML\Parser\Simple.php";}s:14:"tests\001.phpt";a:3:{s:4:"role";s:4:"test";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:62:"C:\xarelease149\xampp\php\pear\tests\XML_Parser\tests\001.phpt";}s:14:"tests\002.phpt";a:3:{s:4:"role";s:4:"test";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:62:"C:\xarelease149\xampp\php\pear\tests\XML_Parser\tests\002.phpt";}s:14:"tests\003.phpt";a:3:{s:4:"role";s:4:"test";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:62:"C:\xarelease149\xampp\php\pear\tests\XML_Parser\tests\003.phpt";}s:14:"tests\004.phpt";a:3:{s:4:"role";s:4:"test";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:62:"C:\xarelease149\xampp\php\pear\tests\XML_Parser\tests\004.phpt";}s:14:"tests\005.phpt";a:3:{s:4:"role";s:4:"test";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:62:"C:\xarelease149\xampp\php\pear\tests\XML_Parser\tests\005.phpt";}s:15:"tests\test2.xml";a:3:{s:4:"role";s:4:"test";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:63:"C:\xarelease149\xampp\php\pear\tests\XML_Parser\tests\test2.xml";}s:15:"tests\test3.xml";a:3:{s:4:"role";s:4:"test";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:63:"C:\xarelease149\xampp\php\pear\tests\XML_Parser\tests\test3.xml";}s:10:"Parser.php";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"XML";s:12:"installed_as";s:45:"C:\xarelease149\xampp\php\pear\XML\Parser.php";}s:7:"dirtree";a:4:{s:55:"C:\xarelease149\xampp\php\pear\docs\XML_Parser\examples";b:1;s:41:"C:\xarelease149\xampp\php\pear\XML\Parser";b:1;s:34:"C:\xarelease149\xampp\php\pear\XML";b:1;s:53:"C:\xarelease149\xampp\php\pear\tests\XML_Parser\tests";b:1;}}s:7:"package";s:10:"XML_Parser";s:7:"summary";s:46:"XML parsing class based on PHP's bundled expat";s:11:"description";s:634:"This is an XML parser based on PHPs built-in xml extension.
  2. It supports two basic modes of operation: "func" and "event".  In "func" mode, it will look for a function named after each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of generic callbacks.
  3.  
  4. Since version 1.2.0 there's a new XML_Parser_Simple class that makes parsing of most XML documents easier, by automatically providing a stack for the elements.
  5. Furthermore its now possible to split the parser from the handler object, so you do not have to extend XML_Parser anymore in order to parse a document with it.";s:11:"maintainers";a:3:{i:0;a:4:{s:6:"handle";s:5:"schst";s:4:"name";s:15:"Stephan Schmidt";s:5:"email";s:19:"schst@php-tools.net";s:4:"role";s:4:"lead";}i:1;a:4:{s:6:"handle";s:3:"ssb";s:4:"name";s:19:"Stig S├ªther Bakken";s:5:"email";s:12:"stig@php.net";s:4:"role";s:9:"developer";}i:2;a:4:{s:6:"handle";s:3:"cox";s:4:"name";s:13:"Tomas V.V.Cox";s:5:"email";s:11:"cox@php.net";s:4:"role";s:9:"developer";}}s:7:"version";s:5:"1.2.0";s:12:"release_date";s:10:"2004-05-28";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:446:"- added setHandlerObj() which allows you to have the parser separate from the handler methods
  6. - fixed bug with setMode()
  7. - moved the init routines for the handlers in _initHandlers()
  8. - added new examples
  9. - fixed test files so they do not fail because of different resource ids
  10. XML_Parser_Simple:
  11. - added new class XML_Parser_Simple that provides a stack for the elements so the user only needs to implement one method to handle the tag and cdata.";s:12:"release_deps";a:2:{i:1;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"4.2.0";s:8:"optional";s:2:"no";}i:2;a:4:{s:4:"type";s:3:"pkg";s:3:"rel";s:3:"has";s:8:"optional";s:2:"no";s:4:"name";s:4:"PEAR";}}s:9:"changelog";a:7:{i:0;a:5:{s:7:"version";s:10:"1.1.0beta1";s:12:"release_date";s:10:"2004-04-16";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:941:"- Fixed memory leaks parsing many documents or big files (mroch)
  12. - Fixed setInput() url detection regex (mroch)
  13. - Added setInputString() method, allowing strings to be passed as input (schst)
  14. - Error handling rewritten (cox)
  15. - Increased the overall parsing speed (cox)
  16. - Added free() method (schst
  17. - Added reset() method, that is called when parsing a document so it is possible to parse more than one document per instance (schst)
  18. - Added error codes (schst)
  19. - revamped documentation (cox, schst)
  20. - Fixed bug #516 (url fopen and safe mode) (schst)
  21. - Fixed bug #637 (dependency on PEAR) (schst)
  22. - improved parse() and parseString() to be able to parse more than one document (schst)
  23. - added PHP5 constructor (schst)
  24. - moved xml_parser_create() to _create() for PHP5 compatibility (schst)
  25. - added dependency on PHP 4.2
  26.  
  27. Thanks to Marshall Roch for commments and contributions and Tomas V.V. Cox
  28. for applying a lot of fixes and improvements.
  29.  
  30. ";}i:1;a:5:{s:7:"version";s:10:"1.1.0beta2";s:12:"release_date";s:10:"2004-04-18";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:987:"beta2:
  31. - Fixed calling of __construct
  32.  
  33. beta1:
  34. - Fixed memory leaks parsing many documents or big files (mroch)
  35. - Fixed setInput() url detection regex (mroch)
  36. - Added setInputString() method, allowing strings to be passed as input (schst)
  37. - Error handling rewritten (cox)
  38. - Increased the overall parsing speed (cox)
  39. - Added free() method (schst
  40. - Added reset() method, that is called when parsing a document so it is possible to parse more than one document per instance (schst)
  41. - Added error codes (schst)
  42. - revamped documentation (cox, schst)
  43. - Fixed bug #516 (url fopen and safe mode) (schst)
  44. - Fixed bug #637 (dependency on PEAR) (schst)
  45. - improved parse() and parseString() to be able to parse more than one document (schst)
  46. - added PHP5 constructor (schst)
  47. - moved xml_parser_create() to _create() for PHP5 compatibility (schst)
  48. - added dependency on PHP 4.2
  49.  
  50. Thanks to Marshall Roch for commments and contributions and Tomas V.V. Cox
  51. for applying a lot of fixes and improvements.
  52.  
  53. ";}i:2;a:5:{s:7:"version";s:5:"1.1.0";s:12:"release_date";s:10:"2004-04-23";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:941:"- Fixed memory leaks parsing many documents or big files (mroch)
  54. - Fixed setInput() url detection regex (mroch)
  55. - Added setInputString() method, allowing strings to be passed as input (schst)
  56. - Error handling rewritten (cox)
  57. - Increased the overall parsing speed (cox)
  58. - Added free() method (schst
  59. - Added reset() method, that is called when parsing a document so it is possible to parse more than one document per instance (schst)
  60. - Added error codes (schst)
  61. - revamped documentation (cox, schst)
  62. - Fixed bug #516 (url fopen and safe mode) (schst)
  63. - Fixed bug #637 (dependency on PEAR) (schst)
  64. - improved parse() and parseString() to be able to parse more than one document (schst)
  65. - added PHP5 constructor (schst)
  66. - moved xml_parser_create() to _create() for PHP5 compatibility (schst)
  67. - added dependency on PHP 4.2
  68.  
  69. Thanks to Marshall Roch for commments and contributions and Tomas V.V. Cox
  70. for applying a lot of fixes and improvements.
  71.  
  72. ";}i:3;a:5:{s:7:"version";s:10:"1.2.0beta1";s:12:"release_date";s:10:"2004-05-17";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:150:"added new class XML_Parser_Simple that provides a stack for the elements so the user only needs to implement one method to handle the tag and cdata.
  73.  
  74. ";}i:4;a:5:{s:7:"version";s:10:"1.2.0beta2";s:12:"release_date";s:10:"2004-05-24";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:312:"XML_Parser:
  75. - fixed bug with setMode()
  76. - moved the init routines for the handlers in _initHandlers()
  77. XML_Parser_Simple:
  78. - fixed bug with character data (did not get parsed)
  79. - fixed bug with setMode()
  80. - some refactoring
  81. - added getCurrentDepth() to retrieve the tag depth
  82. - added addToData()
  83. - added new example
  84.  
  85. ";}i:5;a:5:{s:7:"version";s:10:"1.2.0beta3";s:12:"release_date";s:10:"2004-05-25";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:95:"- added setHandlerObj() which allows you to have the parser separate from the handler methods
  86.  
  87. ";}i:6;a:5:{s:7:"version";s:5:"1.2.0";s:12:"release_date";s:10:"2004-05-28";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:448:"- added setHandlerObj() which allows you to have the parser separate from the handler methods
  88. - fixed bug with setMode()
  89. - moved the init routines for the handlers in _initHandlers()
  90. - added new examples
  91. - fixed test files so they do not fail because of different resource ids
  92. XML_Parser_Simple:
  93. - added new class XML_Parser_Simple that provides a stack for the elements so the user only needs to implement one method to handle the tag and cdata.
  94.  
  95. ";}}s:13:"_lastmodified";i:1096629341;}